github.com/andybalholm/brotli.encoderParams.dictionary (field)

6 uses

	github.com/andybalholm/brotli (current package)
		backward_references.go#L77: 		hasher.FindLongestMatch(&params.dictionary, ringbuffer, ringbuffer_mask, dist_cache, position, max_length, max_distance, gap, params.dist.max_distance, sr)
		backward_references.go#L93: 				hasher.FindLongestMatch(&params.dictionary, ringbuffer, ringbuffer_mask, dist_cache, position+1, max_length, max_distance, gap, params.dist.max_distance, sr2)
		backward_references_hq.go#L649: 		num_matches = findAllMatchesH10(hasher, &params.dictionary, ringbuffer, ringbuffer_mask, pos, num_bytes-i, max_distance, gap, params, matches[lz_matches_offset:])
		backward_references_hq.go#L742: 		num_found_matches = findAllMatchesH10(hasher.(*h10), &params.dictionary, ringbuffer, ringbuffer_mask, pos, max_length, max_distance, gap, params, matches[cur_match_pos+shadow_matches:])
		encode.go#L603: 	initEncoderDictionary(&params.dictionary)
		params.go#L36: 	dictionary                       encoderDictionary